home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / dt / launch11.zip / README.TXT < prev    next >
Text File  |  1992-03-25  |  4KB  |  116 lines

  1. Hi there, and welcome to Launcher!
  2.  
  3. Make sure you read the warning near the end of this
  4. document.
  5.  
  6. Version 1.1 (this version) is approximately 2 days
  7. newer than version 1.0.  Version 1.1 fixed the following
  8. things:
  9.  
  10.         - You can now start windows from any directory
  11.         - The reload bug has been fixed
  12.         - Launcher is more stable and better at finding
  13.           initialization files.  (I shouldn't even have
  14.           release version 1.0, this was an easy fix.)
  15.  
  16. I wrote this program in about a week, so it's probably
  17. quite buggy.  It's also (more to the point) free, meaning
  18. you don't have to register it or anything.  Just use it!
  19.  
  20. I run on a 1024x768 display, so I'm partial to hi-res apps
  21. and I made the bitmaps fairly large.  (48x48).  If you're
  22. running on a 640x480 display you'll only be able to fit
  23. 10 apps in the launcher at a time.  However the bitmap
  24. size is customizable (as long as they're square) and if 
  25. you like you can make your own buttons of any size, using
  26. a bitmap editor.  The first line in LAUNCHER.INI specifies
  27. the size of the bitmaps to use.
  28.  
  29. To install the program, just put all the files that came
  30. in LAUNCH10.ZIP into some directory of your choosing, such
  31. as c:\windows\launcher, and then copy or move the files
  32. LAUNCHER.EXE and LAUNCHER.INI into your windows directory.
  33.  
  34. The program will autodetect your video resolution and 
  35. put the launcher on the right side of your screen.  
  36.  
  37. The launcher will slide up and down if you click anywhere
  38. on it and drag.  If you have a slow video card like me,
  39. (at least it's slow in 1024x768x256 colors), then if you
  40. move it too fast it will blur a bit, because it's not
  41. getting a chance to repaint itself.
  42.  
  43. No matter what bitmap you choose for the top button, it
  44. will always bring up the launcher control panel when
  45. you double-click on it.  
  46.  
  47. If you want the launcher to be your system shell, change
  48. the line in your system.ini file that reads SHELL=PROGMAN.EXE
  49. to read SHELL=LAUNCHER.EXE.
  50.  
  51. You have to specify SOME sort of text editing or word-
  52. processing program in the LAUNCHER.INI file.  Check the
  53. sample .ini file that comes with it for an example.
  54. (I use notepad.)
  55.  
  56. You can launch things by association.  Just put the file
  57. you want loaded in on startup after the program's name, like
  58. this:
  59.  
  60. c:\windows\notepad phone.txt  
  61.  
  62. and it should work.  If it doesn't, well...my error checking
  63. isn't too good and it will probably crash with a weird runtime
  64. error, and I'm sorry but there's nothing I can do.  Just restart
  65. the launcher and don't do that again :)  It usually works for me
  66. though.
  67.  
  68. The control panel that comes up when you click on the launcher
  69. icon gives you some self-explanatory choices.  The "Reload"
  70. option lets you restart the launcher, so if you've made some
  71. changes to LAUNCHER.INI they can take effect. The "Execute" option
  72. lets you run a program. Its operation is similar to that of the 
  73. File/Run command from the Program Manager.
  74.  
  75. You can make your own bitmaps with Paintbrush or a similar
  76. bitmap editor.  They should by 48x48 pixels or strange things
  77. will happen (unless you have deliberately changed the default
  78. size in LAUNCHER.INI, that is.)  If you don't have a bitmap 
  79. editor that can tell you how big the bitmap is that you've drawn,
  80. you can try this:
  81.  
  82.     Load one of the stock bitmaps that I've provided for you,
  83.     (such as blank.bmp, which is just a blank button),
  84.     make some changes to it, and SAVE AS something else.  I
  85.     haven't actually tried this in paintbrush but I don't
  86.     see why it shouldn't work. 
  87.  
  88. Well, time for the disclaimers.
  89.  
  90. ***WARNING***
  91.   
  92.       I have had good luck with this program, but I make no
  93.       guarantee that it will work on your machine.  I will
  94.       not be responsible for any damages incurred by the
  95.       installation or use of this program of any kind. YOU
  96.       will be responsible.  This program is free, and you
  97.       get what you pay for.
  98.  
  99. However, since I did write the program I have a certain
  100. interest in the program's behaviour.  If you find any
  101. bugs, or have any suggestions or comments, then I would
  102. appreciate it if you mailed or emailed me about them.
  103.  
  104. I can be reached at:
  105.  
  106. Steve Yegge
  107. 2806 Briar Lea Loop S.E.    <-- not forever, though
  108. Olympia, WA 98506
  109. U.S.A.  
  110.  
  111. email: stevey@cs.washington.edu  <-- also not forever.  I graduate in 1993.
  112.  
  113. I hope you enjoy this program as much as I have!
  114.  
  115.  
  116.